home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / date / adxdial.dfm / adxdial.txt
Text File  |  1996-04-08  |  1KB  |  58 lines

  1. object DialDialog: TDialDialog
  2.   Left = 285
  3.   Top = 138
  4.   ActiveControl = Number
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dial'
  7.   ClientHeight = 128
  8.   ClientWidth = 358
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 337
  20.     Height = 57
  21.     TabOrder = 0
  22.     object Label1: TLabel
  23.       Left = 16
  24.       Top = 20
  25.       Width = 76
  26.       Height = 16
  27.       Caption = 'Dial whom?'
  28.     end
  29.     object Number: TEdit
  30.       Left = 104
  31.       Top = 16
  32.       Width = 217
  33.       Height = 24
  34.       TabOrder = 0
  35.     end
  36.   end
  37.   object Dial: TButton
  38.     Left = 8
  39.     Top = 80
  40.     Width = 89
  41.     Height = 33
  42.     Caption = 'Dial'
  43.     Default = True
  44.     TabOrder = 1
  45.     OnClick = DialClick
  46.   end
  47.   object Cancel: TButton
  48.     Left = 120
  49.     Top = 80
  50.     Width = 89
  51.     Height = 33
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     TabOrder = 2
  55.     OnClick = CancelClick
  56.   end
  57. end
  58.